home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Source / Property Editors / dboleedt.dfm / dboleedt.txt
Text File  |  1999-08-11  |  3KB  |  133 lines

  1. object DataBindForm: TDataBindForm
  2.   Left = 591
  3.   Top = 177
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'ActiveX Control Data Bindings Editor'
  7.   ClientHeight = 264
  8.   ClientWidth = 369
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 369
  21.     Height = 225
  22.     Align = alTop
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 232
  26.       Top = 10
  27.       Width = 73
  28.       Height = 13
  29.       Caption = '&Property Name:'
  30.       FocusControl = PropNameLB
  31.     end
  32.     object Label2: TLabel
  33.       Left = 8
  34.       Top = 10
  35.       Width = 56
  36.       Height = 13
  37.       Caption = '&Field Name:'
  38.       FocusControl = FieldNameLB
  39.     end
  40.     object Label3: TLabel
  41.       Left = 7
  42.       Top = 113
  43.       Width = 126
  44.       Height = 13
  45.       Caption = 'Bo&und Properties to Fields:'
  46.       FocusControl = BoundLB
  47.     end
  48.     object PropNameLB: TListBox
  49.       Left = 232
  50.       Top = 28
  51.       Width = 129
  52.       Height = 77
  53.       ItemHeight = 13
  54.       TabOrder = 0
  55.       OnClick = FieldNameLBClick
  56.       OnDblClick = PropNameLBDblClick
  57.     end
  58.     object FieldNameLB: TListBox
  59.       Left = 8
  60.       Top = 28
  61.       Width = 129
  62.       Height = 77
  63.       ItemHeight = 13
  64.       TabOrder = 1
  65.       OnClick = FieldNameLBClick
  66.       OnDblClick = PropNameLBDblClick
  67.     end
  68.     object BindBtn: TButton
  69.       Left = 148
  70.       Top = 53
  71.       Width = 75
  72.       Height = 25
  73.       Caption = '<- &Bind ->'
  74.       TabOrder = 2
  75.       OnClick = BindBtnClick
  76.     end
  77.     object BoundLB: TListBox
  78.       Left = 8
  79.       Top = 131
  80.       Width = 265
  81.       Height = 79
  82.       ItemHeight = 13
  83.       TabOrder = 3
  84.     end
  85.     object DeleteBtn: TButton
  86.       Left = 286
  87.       Top = 131
  88.       Width = 75
  89.       Height = 25
  90.       Caption = '&Delete'
  91.       TabOrder = 4
  92.       OnClick = DeleteBtnClick
  93.     end
  94.     object ClearBtn: TButton
  95.       Left = 286
  96.       Top = 162
  97.       Width = 75
  98.       Height = 25
  99.       Caption = 'C&lear'
  100.       TabOrder = 5
  101.       OnClick = ClearBtnClick
  102.     end
  103.   end
  104.   object OkBtn: TButton
  105.     Left = 117
  106.     Top = 232
  107.     Width = 75
  108.     Height = 25
  109.     Caption = '&OK'
  110.     Default = True
  111.     ModalResult = 1
  112.     TabOrder = 1
  113.   end
  114.   object CancelBtn: TButton
  115.     Left = 202
  116.     Top = 232
  117.     Width = 75
  118.     Height = 25
  119.     Caption = '&Cancel'
  120.     ModalResult = 2
  121.     TabOrder = 2
  122.   end
  123.   object HelpBtn: TButton
  124.     Left = 287
  125.     Top = 232
  126.     Width = 75
  127.     Height = 25
  128.     Caption = '&Help'
  129.     TabOrder = 3
  130.     OnClick = HelpBtnClick
  131.   end
  132. end
  133.